home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / driverss.zip / CHANGES.DOC < prev    next >
Text File  |  1991-03-25  |  25KB  |  491 lines

  1. Summary of changes in the 9.x release:
  2.  
  3.     The -n switch works again.  It was broken in the 8.x release.
  4.     Bugs fixed: ibmtoken, others.
  5.  
  6. Versions:
  7.  
  8. If you already have an older packet driver, you may wish to upgrade.
  9. You should base this decision on the contents of the "Changes..."
  10. section below.  The major version (currently 9) goes up with every
  11. release.  The minor version (.x, different for every driver) goes up
  12. with every significant change in the device dependent part.  Some
  13. drivers, at&t, 3c507, 3c523, ncret105, ubnicps2, ni5210, and ni9210,
  14. all depend on 82586.asm, so they have a subminor version number which
  15. is the version of 82586.asm.  Some drivers, hppclan, ne1000, ne2000,
  16. 3c503, and wd8003e, all depend on 8390.asm, so they have a subminor
  17. version number which is the version of 8390.asm. If the minor version
  18. hasn't changed, then chances are very good that no significant bugs
  19. have been introduced.  Sometimes the file is changed without changing
  20. the version number.  This is done only when an identical change is
  21. made to all drivers to fix a bug that appears in every driver.
  22.  
  23. 3C501.ASM       version equ     2
  24. 3C503.ASM       version equ     4
  25. 3C505.ASM       version equ     1
  26. 3C507.ASM       version equ     0
  27. 3C523.ASM       version equ     1
  28. 82586.ASM       i82586_version  equ     2
  29. ARCNET.ASM      version equ     0
  30. AR450.ASM    version    equ    0
  31. AT&T.ASM        version equ     1
  32. GENERIC.ASM     version equ     0
  33. IPXPKT.ASM      version equ     2
  34. NCRET105.ASM    version equ     0
  35. ISOLAN.ASM      version equ     1
  36. LOCALTLK.ASM    version equ     2
  37. NB.ASM  version equ     3
  38. NI5010.ASM      version equ     2
  39. NE2000.ASM      version equ     4
  40. NI6510.ASM      version equ     1
  41. NI5210.ASM      version equ     2
  42. NTI16.ASM       version equ     0
  43. NI9210.ASM      version equ     0
  44. SLIP8250.ASM    version equ     5
  45. PKTADDR.ASM     version equ     1
  46. PKTALL.ASM      version equ     0
  47. PKTCHK.ASM      version equ     1
  48. PKTMODE.ASM     version equ     1
  49. PKTMULTI.ASM    version equ     0
  50. PKTRING.ASM     version equ     0
  51. PKTSEND.ASM     version equ     1
  52. PKTSTAT.ASM     version equ     1
  53. DE600.ASM       version equ     0
  54. UBNICPC.ASM     version equ     1
  55. TRACE.ASM       version equ     0
  56. 8390.ASM        dp8390_version  equ     0
  57. WD8003E.ASM     version equ     7
  58. NE1000.ASM      version equ     5
  59. UBNICPS2.ASM    version equ     1
  60. DEPCA.ASM       version equ     0
  61. HPPCLAN.ASM     version equ     0
  62. NE2.ASM version equ     5
  63. EXPRESS.ASM     version equ     4
  64.  
  65.  
  66. Back issues:
  67.  
  68. Back issues of the packet drivers are available on
  69. sun.soe.clarkson.edu.  See HOWTOGET.IT for information on accessing
  70. sun.soe.
  71.  
  72. Changes from version 8.x to 9.x of the drivers:
  73.  
  74. Some 8.x drivers complained about int_no needing to be greater than 2.
  75. Using the -n switch caused the driver to go deaf.
  76. The set_address() routine was broken.
  77. The set_rcv_mode() routine no longer returns an error if the requested
  78.     mode is the same as the current mode.
  79. Some NE1000 manufacturers use invalid manufacturer codes in their
  80.     Ethernet addresses.  They are invalid because the multicast bit is
  81.     set.  The driver will reset the bit and whine at you about it.
  82. The wd8003e usage message didn't include the -o switch.  The error
  83.     message for non-responding memory mentioned IO addresses wrongly.
  84. Brian Fisher send in code for the tiara driver to read the POS registers.
  85. Pktaddr, pktmode, and pktstat used to use a completely bogus packet type
  86.     of length 8.  That confused Joe Doupnik's dis_pkt (packet driver over
  87.     NDIS driver) converter.  I changed it to use a bogus type of
  88.     length 2.
  89. Mark Power <mpower@beowulf.his.uab.edu> found a few bugs in the ibmtoken
  90.     driver.
  91.  
  92.  
  93. Summary of changes in the 8.x release:
  94.  
  95.     New drivers: HP Ethertwist, 3Com EtherLink Plus, UB NIC/PS2,
  96.         ARLAN 450, NCR ET-105, D-Link DE-600, Mitel Express,
  97.         NE/2, DEPCA, BICC Isolink (4110-2/3) (buggy).
  98.     Bugs fixed: pktchk, 3c523, ibmtoken, tiara, ne2000, ubnicpc.
  99.     All class 1 drivers can also act as class 11 drivers.
  100.  
  101. Changes from version 7.x to 8.x of the drivers:
  102.  
  103. Russell Nelson wrote an HP Ethertwist driver.  This covers the HP27245
  104.     HP27250 HP27247 but not the HP27246 (MCA).  We could not get
  105.     the latter driver working by release time.
  106. Russell Nelson wrote a 3Com EtherLink Plus (3c507), UB NIC/PS2 driver,
  107.     ARLAN 450 driver, and NCR ET-105 driver.
  108. Glenn Talbott <gt@hprnd.rose.hp.com> suggested that the hardware be
  109.     terminated after the interrupt was masked off, to avoid
  110.     spurious interrupts during the termination process.
  111. D-Link donated a DE-600 driver.
  112. Dave Price wrote a Mitel Express (ISDN) packet driver.
  113. Eric Henderson wrote a NE/2 packet driver.
  114. Sylvan Butler fixed two bugs in ubnicpc.
  115. The handle check on get_address isn't necessary, and so was removed.  The 1.09
  116.     spec says that it's required, but that will be removed in the 1.10
  117.     spec, as I'm told.
  118. Doug Smith wrote a DEPCA packet driver, and Russell Nelson finished it
  119.     off.
  120. Russell Nelson and Tobias Reber fixed the 3c523 driver (yay!).
  121. Renamed ubnic to ubnicpc to make it clearer which adapter it's for.
  122. Reinhard Strebler added code to wd8003e to read the POS registers prior
  123.     to parsing the arguments.
  124. John A. Murphy fixed a problem in the 8390 driver whereby it could
  125.     lose the interrupt on an incoming packet.
  126. Gregory T Small found a bug in the packet interrupt verification (tail.asm).
  127. Bill Rust <wjr@ftp.com> rewrote the 8259a interrupt acknowledgement
  128.     code to use specific EOIs, which gets around the C&T bug (see
  129.     8259.not).
  130. There is a new helper file called printnum.asm, that prints a label,
  131.     then a dword number in hex, then in decimal.
  132. There is a new helper file called verifypi.asm, that verifies that a
  133.     packet driver exists at the given interrupt.
  134. A few messages were reworded for more clarity.
  135. The machine type (ISA versus MCA) is now determined before the call to
  136.     parse_args.  This is so that MCA drivers can read the POS
  137.     registers to supply defaults.
  138. The set_rcv_mode function will only change the receive mode if only one
  139.     handle is open.  This prevents Novell and KA9Q users from running a
  140.     netwatcher, which confuses both of them.
  141. All drivers for boards using the 82586 (see Versions above) have had
  142.     code added to compensate for some bugs in the 82586.
  143. Reinhard Strebler found a serious bug in the 82586 where it didn't
  144.     wait for the results of a command properly.  This fixes the bogus
  145.     TDR reports.
  146. All drivers for boards using the 8390 (see Versions above) have had
  147.     the 8390-specific code consolidated into a single file.
  148. Eric Henderson and Colin Cook's class 11 changes have been
  149.     incorporated.  They let a single driver appear as
  150.     multiple-class drivers.
  151. Russell Nelson modified their code so that packet watchers still get all
  152.     packets.
  153. Don Provan and Jan Engvald fixed a bug in the -n switch handling.
  154.     When -n is used, DIX Ethernet (aka Ethernet II aka Blue Book
  155.     Ethernet) frames shouldn't be passed on as-is.  Don's fix dropped
  156.     them, Jan's converted them to 8138 packets.  Jan's was a
  157.     better idea.
  158. The 3c503 driver has some code added to use the board in I/O-mapped
  159.     mode.  Unfortunately, there wasn't time to get it working.
  160.     It'll have to wait for the next release.
  161. The helper file movemem.asm will use 386 memory move instructions.
  162. The helper file getnum.asm didn't always reject invalid digits.
  163. Brian Fisher fixed ibmtoken to flush the RIF cache using a LRU algorithm.
  164. Russell Nelson cleaned up the multicast handling in the ni6510 driver.
  165. Russell Nelson worked on pktsend: didn't properly check for trashed
  166.     memory on machines with less than 640K.  Also prints the
  167.     address of the trashed memory. It also now prints 'R' when a
  168.     packet is received, and 'T' when a packet is transmitted.
  169. Denis DeLaroca changed the way the 16550A is detected in slip8250.asm.
  170. The tiara packet driver didn't work properly with the -n switch.
  171. The ne2000 packet driver didn't work properly with the -n switch.
  172. Russell Nelson cleaned up trace internally, no difference to the user.
  173. John Baird wrote some ipxpkt documentation.
  174.  
  175.  
  176. Changes from version 6.0 to 7.0 of the drivers:
  177.  
  178. Summary:
  179.     New drivers: UB PC/NIC, LocalTalk, Tiara, NTI.
  180.     Bugs fixed: 3c505, 3c503, wd8003e, nb, ne1000.
  181.     Bug found but not fixed: 3c523.
  182.  
  183. *** The 3c523 driver is semi-broken.***  If you run the 5.x release of
  184. the 3c523 driver (3c523_5), terminate it, then run the 7.x release (3c523),
  185. it will work.  This need only be done once after powering-up the computer.
  186. This will be fixed in the next release.
  187.  
  188. Drew Perkins made a bunch of changes:
  189.  
  190. pktsend now takes a length argument, (-l) so that you may send packets of a
  191.     given length with unknown contents.
  192. pktsend now skips blanks between the -f switch and the filename.
  193. pktsend now takes a packet count argument (-n) which is the count of packets
  194.     to send between keypresses.
  195. pktsend now takes a switch to be quiet (-q).
  196. pktsend now takes a switch (-a) to send using as_send_pkt, for testing of
  197.     asychronous packet sending.
  198. getnum now parses very large numbers correctly.
  199. wd8003d now has 16 bit support for the WD8013EBT card.  Also "high
  200.     performance" changes to WD8003E.ASM and HEAD.ASM.
  201. fixed hangs or other errors caused by incorrect function in some 8259
  202.     clone ICs.
  203. enabled slave interrupts on the master 8259.  Apparently some early IBM
  204.     BIOSes didn't do this.
  205.  
  206. John Mann submitted some code to delay the etopen and convert between
  207.     Novell's pseudo IEEE 802.3 packets and Ethernet packets.
  208. Jan Engvald made Mann's changes optional by adding two switches.
  209.     The -d switch delays the initialization, and the -n switch
  210.     converts Novell packets.  The n option converts the type 8137
  211.     packets from the BYU packet driver IPX into Novell ISO-like
  212.     packets. The d option delays initialization until it gets the
  213.     first call.  Together these options make it very easy to run
  214.     packet drivers in a PROM booted LAN PC.
  215. Jan Engvald improved the 3c501 and ni5010 drivers, which were only
  216.     implemented to look at the two bytes in the type field, and
  217.     for n-option to work one has to look at at least 4 bytes.
  218. Jan Engvald implemented Stop Function (8) that clears in use flags of
  219.     all handles.  See README.BOT for more details.
  220. Jan Engvald found and fixed a few coding errors in occupied.asm,
  221.     tail.asm and wd8003e.asm.
  222. John Mann improved the ne1000 driver.  It didn't handle large Ethernet packets
  223.     (between 1454 and 1472 bytes of data (total packet size 1496 and
  224.     1514 bytes).  He also changed a few hard-coded numbers into symbols.
  225. Katie Stevens wrote a LocalTalk driver.
  226. Katie Stevens added code to head.asm to prevent snarfing a hardware interrupt
  227.     if the packet driver doesn't use one.
  228. Anto Prijosoesilo, who fixed a bug related to DMA in the ni6510 driver.
  229. Paul Kranenburg added routing support to use Novell bridges (netwide
  230.     broadcasting and hacks to find out about IPX net addresses).
  231. Paul Kranenburg added support for IPX node address with less than 6
  232.     significant bytes.  (through the `-n <bytes>' command line
  233.     option).
  234. Paul Kranenburg added auxiliary program (ipxstat.c) to display route
  235.     table information and a couple of other statistics (define
  236.     STAT when compiling the driver to use this option)
  237. John Breeden found a bug in the AT&T driver where it didn't report
  238.     the type of an unknown card correctly.  He also added a new
  239.     card to the list of AT&T cards (StarLAN-10 R3).
  240. Russell Nelson fixed a problem in dump.exe where it reported the names
  241.     of function numbers >=20 incorrectly.
  242. Steve Wallace added a hack to let the packet drivers run under Windows.
  243.     This is not to be construed with the proper solution, which is
  244.     to write a TCP/IP package for Windows.  This hack is enabled only
  245.     when you use the '-w' switch.
  246. Russell Nelson added promiscuous mode to the ni5010 driver.
  247. Martin Knoblauch found that the ni5010 driver was resetting the receive
  248.     mode after each packet was received.
  249. Russell Nelson added code to 82586.asm to allow runts to be upcalled in
  250.     mode 6 (promiscuous mode).
  251. Eric Henderson added Carl Beame's fix to his ne1000 driver, and he also
  252.     copied the receive mode support from the wd8003e driver.
  253. Reinhard Strebler added a success message to termin.asm, and an error return
  254.     to the f_terminate call.
  255.  
  256.  
  257. Changes from version 5.0 to 6.0 of the drivers:
  258.  
  259. Summary:
  260.     New drivers: ni6510, at&t, arcnet, ipxpkt, nb, ne2000.
  261.     New utilities: pktmulti, pktsend, pktstat.
  262.     Bugs fixed: 3c505, 3c503, wd8003e.
  263.  
  264. Carl Beame found a bug in his National 8390 drivers which was also present
  265.     in the drivers based on the 3c503.  To wit, when the buffers
  266.     overflowed, there was a chance that there were no buffers present.
  267.     Trying to read one of these buffers would cause a crash.  This
  268.     affects the 3c503, wd8003e, and ne2000 drivers.
  269. James A. Harvey fixed a problem in the first beta test release that caused
  270.     some machines to incorrectly determine the number of interrupts,
  271.     and fixed the lockup problem in the 3c503.
  272. Russell Nelson changed the skeleton to enable compliance with version 1.09
  273.     of the packet driver spec.
  274. Russell Nelson wrote the following drivers: ni6510, at&t, and arcnet.
  275. Russell Nelson wrote the following utilities pktmulti, pktsend, pktstat.
  276. The following drivers now implement promiscuous mode: 3c501, 3c523, ni9210,
  277.     ni5210, at&t, ni6510, wd8003e.
  278. Jan Engvald enhanced HEAD.ASM to properly sense the second 8259a.
  279. Denis DeLaroca fixed the 16550a support in slip8250.asm.
  280. Glen Marianko's ROMREL program is now included for Novell users.
  281. All of the programs may be assembled with Borland or Microsoft (5.1) products.
  282. Some of the programs may be assembled with Microsoft v4.0 products.
  283. The set_address function refused to change the address if there was one or
  284.     more handles open.  One handle is allowable.
  285. The 3c501 driver now sends large broadcast packets (i.e. BOOTP) correctly.
  286. The routine get_multicast_list has been obsoleted by doing the same function
  287.     totally within HEAD.ASM
  288. The terminate routine now gets called on the f_terminate calls.
  289. f_terminate now checks for any outstanding handles before terminating.
  290. The parameters are now printed separately from being parsed.  This is to let
  291.     programs determine the parameters dynamically.
  292. The 3c503 driver was enabling interrupts when it shouldn't have.
  293. Some drivers would return a parameter error if some of the parameters
  294.     weren't specified.
  295. The bus type in 82586-based drivers is now a variable rather than an equate.
  296. The 82586-based drivers now have multicast partially implemented.
  297. The 3c523 driver reads the POS registers before parsing the parameters.
  298. The 82586-based drivers disable interrupts prior to being initialized.  Some
  299.     of these drivers would generate spurious interrupt, which caused
  300.     crashes when interrupt 2 was used.  The BIOS enables interrupt 2
  301.     automatically.
  302. The 82586-based drivers now sense the amount of memory automatically, even
  303.     though they still only use 8K.  This means no problems with 386
  304.     memory mappers.
  305. The maximum number of handles was increased from 8 to 10 (MAX_HANDLE).
  306. The .286 directive was removed from DEFS.ASM so that no 286 code accidentally
  307.     slips in.
  308. The function dispatch routine in HEAD.ASM was changed for version 1.09 of the
  309.     PDS.
  310. As promised in the version 4.x notes, the unique handle creation code went
  311.     away.
  312. If a driver sets int_no to zero, the timer interrupt won't get masked off. :-)
  313. Dave Horne changed the 3c503 driver into a ne2000 driver.
  314. Dave Horne changed the way upcalls are called so that the upcall handler can
  315.     exit using either a far return, or an iret.
  316. David E. Johnson fixed the 3c505 driver.
  317. Joe Doupnik improved HEAD.ASM by adding some comments and he brought it closer
  318.     into compliance with the PDS.  He also changed access_type so that it
  319.     would let driver users ask for all packets even though other driver
  320.     users were asking for some packets.
  321. Joe Doupnik added packet driver support to PC/IP's netwatch.
  322. Many useful subroutines were split out into separate files, rather than
  323.     being duplicated in every program that used them.  These routines
  324.     are in the public domain.
  325. The various packet driver clients (pkt*.com) were changed to use these
  326.     separate files.  They also now use a macro to call the packet driver.
  327.     They also report any and all errors that may occur.  They also ask
  328.     the driver for driver_info, then uses it to access_type.
  329. The packet receive tester, pktall, test to see if the driver is writing too
  330.     much or too little, or in memory that it doesn't own.
  331. SLIP8250 now requires a command-line switch to enable hardware handshake.
  332. TAIL.ASM now prints the arcnet address, if the driver is an arcnet driver.
  333. Jan Engvald improved the wd8003e driver:
  334. The wd8003e driver now supports the E EBT EB ET/A and E/A boards.
  335. The wd8003e memory base default was 0xc400 and is now 0xd000.
  336. The wd8003e driver supports multicast modes.
  337. The wd8003e driver has a better test for occupied memory, and a switch to
  338.     disable the occupied memory test in case it loses.
  339.  
  340.  
  341. Changes from version 4.0 to 5.0 of the drivers:
  342.  
  343. Summary: New: 3c505, ne1000, ni9210, ibmtoken.  Bugs fixed: all drivers.
  344.  
  345. Krishnan Gopalan and Gregg Stefancik wrote a packet driver for the 3c505.
  346. Brian Fisher wrote an "Ethernet" packet driver for the IBM Token Ring Adapter.
  347. Eric Henderson wrote a packet driver for Novell's NE1000.
  348. Russell Nelson modified ni5210 to be a ni9210 driver.  This entailed some
  349.     changes in 82586.asm.
  350. Russell Nelson wrote pktmode, a utility to set the receive mode.
  351. Russell Nelson wrote pktaddr, a utility to set the Ethernet address.
  352. Russell Nelson wrote pktall, a utility to help debug packet reception.
  353. Trace.com is a little bit more helpful about how to run it.
  354. Vance Morrison added starlan support to the wd8003e driver.
  355. Eric Henderson improved it.
  356. Deborah Swanberg noticed that the 3c503 driver didn't timeout properly
  357.     if there was a failure to complete a transmit.
  358. The set_address routine in the device dependent files now
  359.     returns the address length as it should have.
  360. Head.asm now keeps a copy of the hardware address set by set_address.  This is
  361.     used by f_get_address to return the current address.  The device
  362.     dependent get_address routine always returns the PROM address.
  363. The set_rcv_mode routine didn't work.  Not at all.
  364. The access_type routine returns more appropriate errors.
  365. The f_get_address routine wasn't passing the right address length to
  366.     get_address.
  367. Tail.asm now checks for extra parameters on the end of the line.
  368. Dan Lanciani added changes to ni5210 version 4.2 to increase reliability.
  369.     It works for him.  Unfortunately, I have had reports from other
  370.     people that it breaks Novell.  So, these changes are in "if DAN"
  371.     conditional assembly.  If your Novell connection gets dropped,
  372.     try reassembling ni5210 after setting "DAN equ 0" in 82586.asm
  373. Packet drivers for the NE2000 and UB NIC PC/2 are in the works, but don't
  374.     hold your breath.
  375. A packet driver for the Xircom pocket Ethernet adapter is undergoing testing.
  376. Jan Engvald found and fixed a bug in the wd8003e memory presence check.
  377.  
  378.  
  379. Changes from version 3.0 to 4.0 of the drivers:
  380.  
  381. Russell Nelson added code to enable interrupts in the body of the packet
  382.     driver.
  383. Denis DeLaRoca added hardware handshake to the SLIP8250 driver.
  384. John Grover optimized the SLIP8250 driver to work at 38.4 Kbps.
  385. Russell Nelson added some sanity checking to slip8250 to warn the user about
  386.     possible incorrect parameters.
  387. Bob Clements added a switch to select thick or thin Ethernet in the 3c503.
  388. Russell Nelson found a minor bug in NI5210 that caused it to fail to
  389.     initialize sometimes.  Thanks to everyone who reported it.
  390. Dan Lanciani found a race condition in the 80586 code common to the
  391.     NI5210 and 3c523 drivers.
  392. Russell Nelson split out the 82586 code from the NI5210 and 3c523 drivers
  393.     into a single file.
  394. Russell Nelson added memory address checking to NI5210.
  395. Glen M. Marianko devised a method for determining the memory size of the
  396.     NI5210 automagically.
  397. Jan Engvald enhanced the packet driver code for Western Digital Ethernet
  398.     cards to handle the micro channel version WD8003ET/A.
  399. Jan Engvald enhanced TAIL.ASM to return error codes to DOS.
  400. Jan Engvald enhanced HEAD.ASM to be aware of running on a MicroChannel bus.
  401. Rainer Toebbicke wrote the BICC Data Networks' ISOLAN 4110 ethernet driver.
  402. Russell Nelson wrote the packet driver tracer and dumper (trace.com and
  403.     dump.exe).
  404. Russell Nelson added support for set_rcv_mode, get_rcv_mode,
  405.     set_multicast_list, and get_multicast_list to the infrastructure.  It
  406.     is up to the individuals who wrote the individual drivers to add the
  407.     device-dependent support.
  408.  
  409.  
  410. Changes from version 2.0 to 3.0 of the drivers:
  411.  
  412. GNU General Public License adopted.  The restriction on commercial usage
  413.      prevented some companies from distributing the packet drivers.  This
  414.      is entirely my idea, so send any comments to nelson@clutx.clarkson.edu.
  415. 3c523 driver added, thanks to Dan Lanciani (ddl@harvard.edu).
  416. Gregg Stefanik (wstef@eng.clemson.edu) is working on a 3c505 driver.  Don't
  417.      bug him about it unless you're willing to be a alpha tester.
  418. User documentation added (DRIVERS.DOC).
  419. Brad Clements (no relation to Bob Clements) fixed the NI5210 driver so that
  420.      it will work with a MTU of 1500.
  421. The NI5210 now checks for shorts and opens before it starts up, thanks to
  422.      Brad.
  423. All memory-mapped packet drivers now check the packet length in send_pkt to
  424.      ensure that too-long packets get trapped.  All packet drivers will
  425.      work with MTUs of 1500 (plus 14 bytes of Ethernet header).
  426. Deborah Swanberg noticed that attach_type was returning NO_CLASS
  427.      when it meant to return NO_TYPE.
  428. She also noted that packet drivers weren't returning unique handles.  This
  429.      is only a problem with Phil Karn's code, as his code directs *every*
  430.      packet driver to the same receiver routine.  With non-unique handles,
  431.      it was impossible to tell which packet driver was upcalling the
  432.      receiver.  Unique handles are now generated, based on the starting
  433.      segment of the driver.  The latest version of Karn's code uses different
  434.      receiver routines, so the code to implement this will eventually go away.
  435. Tail.asm now prints the Ethernet address of the interface (if it is an Ethernet
  436.      class device)
  437. Micom has sold Interlan, and Racal has bought it, so perhaps the NI5210 is
  438.      now the Racal-Interlan NI5210?
  439. If anyone is interested in using the Zenith Z-100 with a SLIP packet driver, please
  440.      send me (Russell Nelson) mail.  I have it partially written, but will
  441.      probably never use it myself.
  442. WD8003E and 3c503 sped up slightly -- stole movemem from NI5210.
  443.  
  444.  
  445. Changes from version 3 to 2.0 of the drivers:
  446.  
  447. Version numbering now changed.  If the skeleton changes, the major version is
  448.      incremented and all the minor versions are reset to zero.
  449.  
  450. Support for version 1.08 of the packet driver spec included.
  451. Bob Clements' 3c503 driver added.  See README.503.
  452. Some comments improved.
  453. BAD_COMMAND checking code fixed.
  454. cld instructions added to ensure that DF=0.
  455. NI5210 sped up slightly -- look at movemem in ni5210.asm for an especially
  456.      fast routine to move memory around.
  457.  
  458.  
  459. Changes from version 2 to 3 of the drivers:
  460.  
  461. SLIP8250 can now be one of three classes: SLIP, AX.25, and KISS.
  462. Tail.asm now checks for a packet driver already at the given interrupt.
  463. Tail.asm now echoes its arguments in hex and decimal.
  464. Tail.asm will close stdout so that a file handle won't be used up in
  465.      case the user redirects stdout to NUL.
  466. Head.asm now supports driver termination.
  467. Termin.com added to terminate a driver.
  468. Head.asm now does a stack swap to avoid pushing too many things when
  469.      interrupting MS-LOSS.
  470.  
  471.  
  472. Changes from version 1 to 2 of the drivers:
  473.  
  474. !!  Arguments are now in decimal by default  !!  Use a 0x prefix for hex.
  475.  
  476. DEFS.ASM created.
  477. The loadport macro improved.
  478. SLIP8250 driver added, thanks for a C version from Phil Karn.
  479.      I've tried to put some 16550 support in, but I don't have one to
  480.      test it with.  The documentation insists the TBRE goes low when
  481.      the transmit buffer is not empty, while it makes sense for it to stay
  482.      high while the buffer is not full.  I suspect the documentation is
  483.      wrong.
  484. NI5010 driver added, thanks for a C version from Bill Doster.
  485. WD8003 driver added, by Bob Clements.
  486. Loadport macro added to WD8003 driver by Russell Nelson.
  487. Numeric arguments may now be specified in octal, decimal or hex, using the
  488.      C notation.
  489. Numeric arguments can now use up to 32 bits.
  490. Source files reformatted.
  491.